2022-11-14

Two pound signs are what create a new slide (with title)

Some content here- this is plain text

this is italicized text

this is bold text

This is a top level subheading

Second level subheading

This is a new slide without a title

R Markdown

This is an R Markdown presentation.

When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.

Slide with Bullets

  • Things we wish to consider are the following:
    • version controlling a presentation
    • Reproducibility
    • Ability to share across platforms (i.e. everyone has a web browser)
    • Ease of creating
    1. item 1 for ordered list
    2. item 2 for ordered list

Summarizing the Diamond dataset

# A tibble: 6 × 4
  carat cut       color clarity
  <dbl> <ord>     <ord> <ord>  
1  0.23 Ideal     E     SI2    
2  0.21 Premium   E     SI1    
3  0.23 Good      E     VS1    
4  0.29 Premium   I     VS2    
5  0.31 Good      J     SI2    
6  0.24 Very Good J     VVS2   
     carat               cut        color        clarity     
 Min.   :0.2000   Fair     : 1610   D: 6775   SI1    :13065  
 1st Qu.:0.4000   Good     : 4906   E: 9797   VS2    :12258  
 Median :0.7000   Very Good:12082   F: 9542   SI2    : 9194  
 Mean   :0.7979   Premium  :13791   G:11292   VS1    : 8171  
 3rd Qu.:1.0400   Ideal    :21551   H: 8304   VVS2   : 5066  
 Max.   :5.0100                     I: 5422   VVS1   : 3655  
                                    J: 2808   (Other): 2531  

Diamond data using Plotly